home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / AdobeExamples / NX_LineDraw / DrawViewWraps.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  931b  |  29 lines

  1. /* DrawViewWraps.h generated from DrawViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWVIEWWRAPS_H
  6. #define DRAWVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWDefs( void );
  13.  
  14. extern void PSWEraseView(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);
  15.  
  16. extern void PSWDrawLine(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
  17.  
  18. extern void PSWEraseViewBind(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);
  19.  
  20. extern void PSWDrawLineBind(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
  21.  
  22. extern void PSWDrawLineRepeatBind(float W[], float C[], float X[], float Y[], float X1[], float Y1[], int i);
  23.  
  24. extern void PSWMakeLineBind(float X, float Y, float X1, float Y1);
  25.  
  26. extern void PSWStrokeLineBind(float LineWidth, float LineColor);
  27.  
  28. #endif DRAWVIEWWRAPS_H
  29.